Papers with task-specific methods
Task-Agnostic Detector for Insertion-Based Backdoor Attacks (2024.findings-naacl)
Copied to clipboard
| Challenge: | Existing methods for textual backdoor detection are task-specific and less effective beyond sentence classification. |
| Approach: | They propose a task-agnostic method for backdoor detection that leverages final layer logits and an efficient pooling technique. |
| Outcome: | TABDet can jointly learn from diverse task-specific models, demonstrating superior detection efficacy over traditional methods. |
Towards Interpretable Mental Health Analysis with Large Language Models (2023.emnlp-main)
Copied to clipboard
| Challenge: | Existing studies on large language models lack adequate evaluations and prompting strategies for explainability. |
| Approach: | They evaluate the mental health analysis and emotional reasoning ability of large language models (LLMs) using 11 datasets across 5 tasks. |
| Outcome: | The proposed model shows strong in-context learning ability but still has a significant gap with advanced task-specific methods. |
UECA-Prompt: Universal Prompt for Emotion Cause Analysis (2022.coling-1)
Copied to clipboard
| Challenge: | Existing methods adopt fine-tuning paradigm to solve certain types of ECA tasks. Existing models suffer from dataset bias. |
| Approach: | They propose a universal prompt tuning method to solve different ECA tasks in a unified framework and a sequential learning module to ease the dataset bias. |
| Outcome: | The proposed method achieves competitive performance on the ECA datasets. |
Mixture-of-Prompt-Experts for Multi-modal Semantic Understanding (2024.lrec-main)
Copied to clipboard
| Challenge: | Multimodal semantic understanding is crucial for developing machines capable of interpreting complex interplay of text and visual information. |
| Approach: | They propose a multi-modal soft prompt framework that integrates three experts of soft prompts . they propose sarcasm detection and sentiment analysis tasks that are critical for few-shot learning . |
| Outcome: | The proposed model outperforms the 8.2B model InstructBLIP with 2% parameters . it significantly outperformed other prompt methods on VLMs or task-specific methods . |